type github.com/andybalholm/brotli.h5

11 uses

	github.com/andybalholm/brotli (current package)
		h5.go#L17: func (*h5) HashTypeLength() uint {
		h5.go#L21: func (*h5) StoreLookahead() uint {
		h5.go#L34: type h5 struct {
		h5.go#L44: func (h *h5) Initialize(params *encoderParams) {
		h5.go#L53: func (h *h5) Prepare(one_shot bool, input_size uint, data []byte) {
		h5.go#L72: func (h *h5) Store(data []byte, mask uint, ix uint) {
		h5.go#L81: func (h *h5) StoreRange(data []byte, mask uint, ix_start uint, ix_end uint) {
		h5.go#L88: func (h *h5) StitchToPreviousBlock(num_bytes uint, position uint, ringbuffer []byte, ringbuffer_mask uint) {
		h5.go#L99: func (h *h5) PrepareDistanceCache(distance_cache []int) {
		h5.go#L114: func (h *h5) FindLongestMatch(dictionary *encoderDictionary, data []byte, ring_buffer_mask uint, distance_cache []int, cur_ix uint, max_length uint, max_backward uint, gap uint, max_distance uint, out *hasherSearchResult) {
		hash.go#L256: 		return new(h5)